home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / thc.helpmark < prev    next >
Text File  |  1991-10-23  |  4KB  |  76 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                threecolumns                                 |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|\thcπ%
  6.  
  7. Parameters:    π|noneπ%
  8.  
  9.     π|Description:π%
  10. The  \threecolumns markup  formats text  in  three identical  width columns.
  11. Column  widths,  gutters and  margins  are calculated  automatically.    The
  12. default column width is 31% of  the galleywidth (hsize).  The default gutter
  13. between each column is 3.5% of the galleywidth.
  14.     The Flexible format (the default)  allows the user to use single column,
  15. two column,  and three  column text interchangeably  on the  current page by
  16. entering one of  the markup choices at  the desired point in the  text.  The
  17. flexible format will balance the text columns whenever the number of columns
  18. changes.
  19.     For  example,  if  the author  changes  the  multiple  column format  by
  20. typing a  different markup TEXT1  will automatically balance  the columns it
  21. is  currently processing  and change  to a  new number  of  columns.   These
  22. instructions can be inserted at any point on the page.
  23.     The author may  want to handle tables and other  large blocks of text by
  24. returning to a single column  for the table by typing \onecolumn immediately
  25. before the table and returning to two or three column formatting immediately
  26. after the table.
  27.     All  running head,  running  foot, and  inserts are  printed  across the
  28. full single  column width that  prints across the  top of  the current page.
  29. Footnotes will be printed across the full width at the bottom of the page.
  30.  
  31.     π|Example:π%
  32. \threecolumns
  33. \nin Hebrew is called a Semitic language because it has
  34. its roots in Shem, one of the sons of Noah.
  35. Viewing Jerusalem as its center, it is related to the
  36. northern, rougher Aramaic, and to the southern, more
  37. polished Arabic. It has a freshness, simplicity and
  38. power that few modern languages possess. Bounds of the
  39. ancient Semitic tongue were approximately the
  40. Mediterranean Sea on the west, the Euphrates and Tigris
  41. Rivers on the easy, the mountains
  42. of Armenia on the north,
  43. and the coast of Arabia on the south. Consider the first
  44. character, N . . .
  45.  
  46. +-----------------------------------------------------------------------------+
  47. |                                                                             |
  48. | Hebrew    is       rougher            approximately.                        |
  49. | called             Aramaic,           the Mediter-                          |
  50. | a    Semitic       and  to the        ranean   Sea                          |
  51. | language           southern,          on the west,                          |
  52. | because            more    pol-       the Euphrates.                        |
  53. | it  has  its       ished  Ara-        and   Tigris                          |
  54. | roots     in       bic.     It        Rivers    on                          |
  55. | Shem,    one       has       a        the    easy,                          |
  56. | of the  sons       freshness, sim-    the mountains.                        |
  57. | of     Noah.       plicity and        of   Armenia                          |
  58. | Viewing            power   that       on the north,.                        |
  59. | Jerusalem          few   modern       and the coast.                        |
  60. | as its  cen-       languages pos      Arabia on                             |
  61. | ter,  it  is       sess.  Bounds      the   south.                          |
  62. | related   to       of  the an-        Consider the                          |
  63. | the   north-       cient Semitic      first  char-                          |
  64. | ern,               tongue  were       acter, N                              |
  65. |                                                                             |
  66. +-----------------------------------------------------------------------------+
  67.  
  68.     π|Notes:π%
  69. To change the  column width or the gutter  width, use the \multicolumnformat
  70. markup.
  71.     You   cannot   specify  \threecolumns   inside   of   \vbox,   \drawbox,
  72. \paragraphbox,  or  a  floating  \figure (non  floating  figures,  \nofloat,
  73. are ok).
  74.     If you  want footnotes  and figures  to print  in one column  instead of
  75. across both columns, use the \fixedformat markup.
  76.